[IA64] Fix comment of vmx_hypercall.c
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 28 Aug 2006 19:12:42 +0000 (13:12 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 28 Aug 2006 19:12:42 +0000 (13:12 -0600)
Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@jp.fujitsu.com>
Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com>
xen/arch/ia64/vmx/vmx_hypercall.c

index 9b566e88d3324d8c06133b6944a977a0b4debede..7daaf141afbfff377a9957145928eba8f5aa37ed 100644 (file)
@@ -75,7 +75,7 @@ vmx_gnttab_setup_table(unsigned long frame_pa, unsigned long nr_frames)
     o_grant_shared = (unsigned long)d->grant_table->shared;
     d->grant_table->shared = (struct grant_entry *)pgaddr;
 
-    /* Copy existing grant table shared into new page */
+    /* Copy existing grant table into new page */
     if (o_grant_shared) {
         memcpy((void *)d->grant_table->shared,
                (void *)o_grant_shared, PAGE_SIZE * nr_frames);